home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000285_news@columbia.edu _Sat Jan 13 10:37:09 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id KAA22994 for <kermit.misc@watsun>; Sat, 13 Jan 1996 10:37:09 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id KAA05663 for kermit.misc@watsun; Sat, 13 Jan 1996 10:37:06 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Can Kermit talk to other protocols , xmodem, etc (answer not in FAQ)
  8. Date: 13 Jan 1996 15:37:00 GMT
  9. Organization: Columbia University
  10. Lines: 20
  11. Message-ID: <4d8jis$5gp@apakabar.cc.columbia.edu>
  12. References: <1996Jan12.211826.20752@nosc.mil>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <1996Jan12.211826.20752@nosc.mil>,
  16. Bob Lombard  <blombard@nosc.mil> wrote:
  17. >Quick question, answer not found in FAQ
  18. >
  19. > Can C-kermit talk or specifically , upload files to a system which runs
  20. > only X, Y , or zmodem ??
  21. >
  22. Assuming you are asking about UNIX C-Kermit, you need:
  23.  
  24.  1. A copy of sz/rz/sb/rb/sx/rx that allows its standard i/o to be
  25.     redirected.  These date from the mid-to-late 1980s.
  26.  
  27.  2. C-Kermit 5A(190) - the current version.
  28.  
  29.  3. The macros defined in the ckurzsz.ini.
  30.  
  31. Your other choice would be to purchase up-to-date XYZMODEM software from
  32. Omen Technology and use it instead of C-Kermit.
  33.  
  34. - Frank